google.golang.org/grpc.payloadInfo.wireLength (field)

5 uses

	google.golang.org/grpc (current package)
		rpc_util.go#L687: 	wireLength        int // The compressed length got from wire.
		rpc_util.go#L697: 		payInfo.wireLength = len(d)
		server.go#L1317: 				WireLength: payInfo.wireLength + headerLen,
		stream.go#L1085: 			WireLength: payInfo.wireLength + headerLen,
		stream.go#L1699: 				WireLength: payInfo.wireLength + headerLen,